Conversation
src/rovo-dev/ui/prompt-box/prompt-settings-popup/PromptSettingsPopup.tsx
Show resolved
Hide resolved
src/rovo-dev/ui/prompt-box/prompt-settings-popup/AgentModeSection.tsx
Outdated
Show resolved
Hide resolved
src/rovo-dev/ui/prompt-box/prompt-settings-popup/AgentModeSection.tsx
Outdated
Show resolved
Hide resolved
Contributor
Author
Changelog
|
marcomura
approved these changes
Feb 11, 2026
cabella-dot
approved these changes
Feb 11, 2026
teg-atlassian
pushed a commit
that referenced
this pull request
Feb 12, 2026
* agent mode client and types * feat: agent mode handler * init local agent mode state * prompt box UI * add ask mode ui to webview * fix: set ask mode state * remove debug console * remove duplicate state setter * ut * comment * fix: tool handler check * add slash style cmd for ask mode and fix the copy * fix: support key down event * add agent related message handlers * use agent hook * refactor: separate prompt settings item component * agent mode section in menu * hoist agent mode fetch call * fix: style * fix: prompt settings popup max width * fix: use atlaskit component * cleanup * fix: ut * cleanup * fix: ui * cleanup * agent mode tooltip icon * minor fix * loading status * improve pref for init agent modes fetching * fix: remove duplicated calls * perf: fetch agent modes when init rovo dev * add default agent modes to improve ux" * add dismiss in icon to switch back to default mode * add dismiss in icon to switch back to default mode * default mode on top of the list * minor fix * style cleanup * temporarily remove deep plan in toggle * fix: ut * fix: tooltip text * Revert "temporarily remove deep plan in toggle" This reverts commit 9253ed8. * Revert "fix: ut" This reverts commit f1590a1. * disable plan mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Is This Change?
This pull request introduces agent mode management to the Rovo Dev client and webview provider, allowing users to query, set, and retrieve available agent modes (
ask,default,plan). It adds new API endpoints, updates the chat provider and webview provider logic to handle agent mode selection, and includes comprehensive tests for these features.Changes:
Deep Planfrom original toggle menu@atlaskit/primitivestopackage.jsondependenciesDemo (UPDATE!)
https://www.loom.com/share/2dbaed5f085b4ce9b2ea371b8e281c84
Improvement: The available agent mode list response will need to wait the Rovo Dev health check got the response and took so long, so I added a placeholder for it during the time waiting for health check, check the video 👇
https://www.loom.com/share/87968674821c4f44af27e30bb38e1040
How Has This Been Tested?
Basic checks:
npm run lintnpm run testSomething went wrong while reviewing this pull request.
Troubleshoot code review errors